home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2592 / 2592.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-10-24  |  1KB  |  29 lines

  1. <?xml version="1.0"?>
  2. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  3.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.  
  5.     <Description about="urn:mozilla:install-manifest">
  6.     
  7.         <em:id>nosquint@urandom.ca</em:id>
  8.         <em:name>NoSquint</em:name>
  9.         <em:version>2.0.3</em:version>
  10.         <em:description>Manage site-specific zoom levels and color settings</em:description>
  11.         <em:creator>Jason Tackaberry</em:creator>
  12.         <!-- optional items -->
  13.         <em:homepageURL>http://urandom.ca/nosquint/</em:homepageURL>
  14.         <em:optionsURL>chrome://nosquint/content/dlg-global.xul</em:optionsURL>
  15.         <em:iconURL>chrome://nosquint/skin/logo-32.png</em:iconURL>
  16.         <em:type>2</em:type> <!-- type=extension --> 
  17.  
  18.         <!-- Firefox -->
  19.         <em:targetApplication>
  20.             <Description>
  21.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22.                 <em:minVersion>3.0b4pre</em:minVersion>
  23.                 <em:maxVersion>3.7a1pre</em:maxVersion>
  24.             </Description>
  25.         </em:targetApplication>
  26.     </Description>
  27.  
  28. </RDF>
  29.